create

open override fun create(coroutineContext: CoroutineContext): NetworkStateRepo

Creates the BaseNetworkStateRepo

Return

the created BaseNetworkStateRepo

Parameters

coroutineContext

the CoroutineContext the CoroutineContext used to create a coroutine scope for this state machine.